* extensions/gegl-fixups.c: (init): give names to the custom formats.
svn path=/trunk/; revision=205
+2007-01-28 Øyvind Kolås <pippin@gimp.org>
+
+ * extensions/gegl-fixups.c: (init): give names to the custom formats.
+
2007-01-28 Øyvind Kolås <pippin@gimp.org>
* AUTHORS: added Michael Natterer as janitor.
babl_component ("A"),
NULL);
Babl *bgrA8 = babl_format_new (
+ "name", "B'aG'aR'aA u8",
babl_model ("R'aG'aB'aA"),
babl_type ("u8"),
babl_component ("B'a"),
babl_component ("B'"),
NULL);
Babl *sdl32 = babl_format_new (
+ "name", "B'aG'aR'aPAD u8",
babl_model ("R'G'B'"),
babl_type ("u8"),
babl_component ("B'"),